home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 6
/
QRZ Ham Radio Callsign Database - Volume 6.iso
/
mac
/
files
/
amiga
/
rhinosrc.lha
/
main.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-16
|
308b
|
17 lines
#ifndef _MAIN_H
#define _MAIN_H
#ifndef _PROC_H
#include "proc.h"
#endif
extern char Badhost[];
extern char *Hostname;
extern char Nospace[]; /* Generic malloc fail message */
extern struct proc *Cmdpp;
extern struct proc *Display;
extern int main_exit; /* from main program (flag) */
#endif _MAIN_H